Fix python detection
authorJay Lee <busyjaylee@gmail.com>
Sat, 23 Jul 2016 21:01:18 +0000 (05:01 +0800)
committerJay Lee <busyjaylee@gmail.com>
Sat, 23 Jul 2016 21:01:18 +0000 (05:01 +0800)
configure

index b5de06fbb56b7c5bca8ed4802baf509ab242bf50..4e86a7700750921575464df57e059e809f977b16 100755 (executable)
--- a/configure
+++ b/configure
@@ -343,7 +343,7 @@ validate_opt
 step_msg "looking for build programs"
 
 probe_need CFG_CURLORWGET  curl wget
-probe_need CFG_PYTHON      python
+probe_need CFG_PYTHON      python2.7 python2 python
 probe_need CFG_CC          cc gcc clang
 
 if [ ! -z "${CFG_LOCAL_RUST_ROOT}" ]; then